home *** CD-ROM | disk | FTP | other *** search
/ Nebula 2 / Nebula Two.iso / SourceCode / Tutorial / Cookbook / 15.scrollView / DocView.h < prev    next >
Encoding:
Text File  |  1995-06-12  |  97 b   |  10 lines

  1. #import <appkit/View.h>
  2.  
  3. @interface DocView : View
  4. {
  5. }
  6.  
  7. - drawSelf:(NXRect *)r:(int)count;
  8.  
  9. @end
  10.